home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 3.iso / pc / Mac / Shares / Midishare™1.68 / Development Tools / tutorial MidiShare TC6 / READ ME < prev   
Encoding:
Text File  |  1994-02-23  |  994 b   |  31 lines

  1. WELCOME TO MIDISHARE TUTORIAL
  2.  
  3. This tutorial gives an overview of how to use MidiShare to develop Midi applications on the Macintosh.
  4.  
  5.  
  6. WHAT YOU NEED
  7.  
  8.  In order to run the tutorial you need :
  9.  
  10. • the Symantec THINK C development environment
  11. • MidiShare : the MidiShare control panel
  12. • MidiShare.h : the MidiShare include file
  13. • msTutorial.π : the tutorial project
  14. • msTutorial.c : the tutorial C file
  15. • msDisplay : a small MidiShare utility 
  16.  
  17.  
  18. INSTALLATION
  19.  
  20. 1) Copy “MidiShare” into your “Control Panels” folder.
  21. 2) Restart the computer.
  22. 3) Copy “MidiShare.h” into your Think C “Mac #includes” folder.
  23.  
  24.  
  25. RUNNING THE TUTORIAL
  26.  
  27. 4) Open the “msTutorial.π” project. It consists of the “ANSI” library and the “msTutorial.c” source file.
  28. 5) Turn the Think C debugger ON. 
  29. 6) Run the project.
  30. 7) Start the tutorial by pressing the GO button and follow the instructions. Breakpoints are installed in several points of the program in order for you to look at the code and understand how MidiShare works.
  31.